home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / rukc10.zip / BORLAND.ZIP / BORLAND.FIX < prev    next >
Text File  |  1993-03-06  |  977b  |  19 lines

  1. 06-Mar-93
  2. RUCKUS Borland C compiler patch-chh.
  3.  
  4. All Borland C compilers from TC to the current BC will not handle DOS INT48
  5. memory allocations to be mixed with Borland's C runtime _malloc. In medium
  6. model, this is not a problem (shouldn't be), however, in large and huge models
  7. it Borland's _malloc gets lost. This problem does not present itself in MS C,
  8. or in any other C compilers that I'm aware of, so this patch is not needed
  9. when using a C compiler other than one from Borland, but you may use it if
  10. you feel more comfortable in using the runtime's _malloc and _free rather
  11. than having RUCKUS use DOS INT48.
  12.  
  13.  
  14. What to do? Simple, just run BORLAND.BAT. This executes LIB.EXE to create
  15. two new LIBs called BUCKMIDI.LIB and BUCKDAC.LIB. These new library files
  16. are exactly the same as the original files except for the new memory
  17. allocation module. If you link to Borland's runtime, you'll need to use
  18. the BUCK*.LIB files. You can rename them if you want.
  19.